home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / lfeed.zip / CRLF.TXT < prev    next >
Text File  |  1988-10-01  |  1KB  |  28 lines

  1.                  CRLF.com version 1.0
  2.  
  3.                         by
  4.                    Jack A. Orman
  5.                    Copyright 1988
  6.  
  7.         This program is used to process a text file that is
  8. stored in ASCII format and converts all of the carriage returns
  9. ($0D) into carriage return/line feed pairs ($0D,$0A). This is
  10. necessary for the files to be displayed properly on many word
  11. processors. Files created by Macintosh word processors (and others)
  12. often use a carriage return only.
  13.  
  14. Proper syntax for using CRLF.com is:
  15.  
  16.       CRLF <d:readfile> <d:writefile> <ENTER>
  17.  
  18. where d: is the drive and an optional path, readfile is the name
  19. of the ASCII text file to be read, and writefile is the name of the
  20. ASCII text file that you wish to save the converted file to. If the
  21. writefile already exists, CRLF will write over it with no warning.
  22.  
  23. Note: DO NOT use CRLF for files that are larger than 62k bytes.
  24.       Break larger files into sections that are less than 62k and
  25.       process them separately.
  26.  
  27. 
  28.